home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / puppyred_ball_war.swf / scripts / DefineButton2_411 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-26  |  151b  |  8 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.enemypoz.removeMovieClip();
  4.    this._visible = 0;
  5.    gotoAndStop(1);
  6.    _root.gotoAndStop("start");
  7. }
  8.